home *** CD-ROM | disk | FTP | other *** search
/ Interactive Cosmos / Interactive Cosmos - Disc 1.iso / Kosmos / Kosmos00.ini < prev    next >
INI File  |  1998-11-10  |  13KB  |  301 lines

  1.  
  2. ; --------------------------------------------------------------------
  3. ;       Template DIRECTOR.INI file for Director 6 for Windows.
  4. ; --------------------------------------------------------------------
  5.  
  6. ; All of the settings shown here are commented-out in the original version 
  7. ; of the file.  To change a setting, you must remove the comment 
  8. ; character (";") at the beginning of the setting's line.
  9.  
  10. ; The values shown for each setting in the original file are Director's 
  11. ; internal defaults.  The default value for a setting is used when it 
  12. ; isn't explictly set in the .INI file or when no .INI file exists.  
  13. ; Since these defaults are already stored internally in the Director 
  14. ; application and projectors, it is *not* necessary to distribute this 
  15. ; file with your movie unless you change one or more of the settings.
  16.  
  17. ; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
  18. ; rather than "DIRECTOR.INI" and place the file in the same directory as
  19. ; your projector executable. 
  20.  
  21.  
  22. [Memory]
  23. ExtraMemory= 10000
  24. ; Amount of kBytes over and above physical memory for use by a projector.
  25.  
  26. SwapFileMeg=0
  27. ; Amount of megabytes of SwapFile space to enable during authoring.
  28. ; Default is to allow swapfile space of up to 1/2 of the available 
  29. ; physical RAM.
  30.  
  31.  
  32.  
  33. [Graphics]
  34. ;Wing=1
  35. ; 0: Do not use WinG graphics accelerator.
  36. ; 1: Use WinG graphics accelerator software. This requires
  37. ;    certain system files to be installed. Projector size and memory 
  38. ;    usage may increase. See the documentation for details.       
  39.  
  40.  
  41.  
  42. [Palette]
  43. ;Animation=1
  44. ; 1: allows director to take control of the palette for fast palette effects
  45. ;    and transitions.
  46. ; 0: prevents director from taking control of the palette so other apps,
  47. ;    wallpaper etc. look better but palette effects and transitions will
  48. ;    be slower.
  49.  
  50.  
  51.  
  52. ; Global Sound Settings ------------------------------------------------
  53.  
  54. [Sound]
  55. ; Settings in the [Sound] section apply to all sound cards.
  56.  
  57. ;SpoolBufferAlloc=0 
  58. ; When to allocate spool buffers
  59. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  60. ; 1 means allocate spool once at startup and keep for entire session.
  61.  
  62. ;LowSpoolBufferMs=2500
  63. ; Length of one 8bit spool buffer, in milliseconds.
  64.  
  65. ;HighSpoolBufferMs=1500
  66. ; Length of one 16-bit spool buffer, in milliseconds.
  67.  
  68. ;SpoolBufferCount=2
  69. ; Number of spool buffers to use. Must range from 2 to 10.
  70.  
  71. ;MixMaxChannels=4
  72. ; Maximum number of channels supported by the sound mixer. The actual
  73. ; number you can mix depends on the processing power of your computer.
  74. ; Must range from 1 to 8.
  75.  
  76. ;MixWaveDevice=0 
  77. ; DeviceID of waveOut device to use for playing.
  78. ; Must range from 0 to (# of devices - 1).
  79.  
  80. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  81. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  82. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  83. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  84. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  85. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  86. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  87. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  88.  
  89. MixMaxFidelity=99
  90. ; Sets a limit on the fidelity of sound output. For best performance, use
  91. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  92. ; possible of the three fixed sound formats (0, 1, 2):
  93. ;  0=22.05k samples/sec, 8-bit, mono
  94. ;  1=22.05k samples/sec, 8-bit, stereo
  95. ;  2=44.1k samples/sec, 16-bit, stereo
  96. ;  99=Switch formats on-the-fly.  The first sound in a run of overlapping
  97. ;       sounds determines the format for that run.  The format used is the
  98. ;       lowest of the three output formats (0,1,2 above) which is as close
  99. ;       as possible in fidelity to the sound to be played, while still being
  100. ;       supported by the installed sound card. 
  101.  
  102. ; Default Sound Settings -----------------------------------------------
  103. ; DLLNameComment= Uncomment this to enable QuickTime 3 Sound Mixing
  104. DLLName=QT3Mix.dll
  105. ; RSXDontUse Comment= Uncomment to force RSX to use WavOut
  106. ; RSXDontUseDirectSound=1
  107. ; DLLName=QT3Mix.dll
  108.  
  109. [Low Mono Default Sound]
  110. ; Settings in the [Low Mono Default Sound] section apply when the target
  111. ; output format is 22K, 8-bit, mono.  The target output format depends
  112. ; on the capabilities of the sound card as well as the setting of
  113. ; MixMaxFidelity.   These settings are used when the installed sound card
  114. ; is not known to Director and is not specified explictly in the
  115. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  116. ; Override sections will override these values for specific sound cards,
  117. ; or for all sound cards, respectively.
  118.  
  119. ;MixBufferMs=200
  120. ; Length of each mixing buffer, in milliseconds.
  121.  
  122. ;MixBufferBytes=0
  123. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  124. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  125. ; bytes rather than milliseconds.
  126.  
  127. ;MixBufferCount=4
  128. ; Number of mixing buffers to use. Must range from 2 to 16.
  129.  
  130. ;MixServiceMode=0
  131. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  132. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  133. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  134. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  135. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  136. ;         this mode is set, it is best to use MixBufferBytes to specify a
  137. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  138. ;         supported by all sound cards.
  139.  
  140. ;MixIntPeriodMs=200
  141. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  142.  
  143. ;MixIntResolutionMs=50
  144. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  145.  
  146.  
  147. [Low Default Sound]
  148. ; Settings in the [Low Default Sound] section apply when the target
  149. ; output format is 22K, 8-bit, stereo.  The target output format depends
  150. ; on the capabilities of the sound card as well as the setting of
  151. ; MixMaxFidelity.   These settings are used when the installed sound card
  152. ; is not known to Director and is not specified explictly in the
  153. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  154. ; Override sections will override these values for specific sound cards,
  155. ; or for all sound cards, respectively.
  156.  
  157. ;MixBufferMs=200
  158. ;MixBufferBytes=0
  159. ;MixBufferCount=4
  160. ;MixServiceMode=0
  161. ;MixIntPeriodMs=200
  162. ;MixIntResolutionMs=50
  163.  
  164.  
  165. [High Default Sound]
  166. ; Settings in the [High Default Sound] section apply when the target
  167. ; output format is 44K, 16-bit, stereo.  The target output format depends
  168. ; on the capabilities of the sound card as well as the setting of
  169. ; MixMaxFidelity.   These settings are used when the installed sound card
  170. ; is not known to Director and is not specified explictly in the
  171. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  172. ; Override sections will override these values for specific sound cards,
  173. ; or for all sound cards, respectively.
  174. ;MixBufferMs=200
  175. ;MixBufferBytes=0
  176. ;MixBufferCount=4
  177. ;MixServiceMode=0
  178. ;MixIntPeriodMs=200
  179. ;MixIntResolutionMs=50
  180.  
  181.  
  182.  
  183. ; Sound Card-Specific Settings -----------------------------------------
  184.  
  185. ;[Low Mono <SoundCardName>]
  186. ; Settings in this section apply when the target output format is
  187. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  188. ; output format depends on the capabilities of the sound card, as well
  189. ; as the setting of MixMaxFidelity.  You can have any number of these 
  190. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  191. ; with the actual name of the sound card you want to set defaults for.  
  192. ; To find the name of your card, launch the Sound Mapper application, 
  193. ; and look in the Playback field.  Director maintains a built-in table
  194. ; of settings for many popular sound cards.  Settings in this section take 
  195. ; precedence over Director's built-in settings.
  196. ;MixBufferMs=200
  197. ;MixBufferCount=4
  198. ;MixBufferBytes=0
  199. ;MixServiceMode=0
  200. ;MixIntPeriodMs=200
  201. ;MixIntResolutionMs=50
  202.  
  203.  
  204. [Low <SoundCardName>]
  205. ; Settings in this section apply when the target output format is
  206. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  207. ; output format depends on the capabilities of the sound card, as well
  208. ; as the setting of MixMaxFidelity.  You can have any number of these 
  209. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  210. ; with the actual name of the sound card you want to set defaults for.  
  211. ; To find the name of your card, launch the Sound Mapper application, 
  212. ; and look in the Playback field.  Director maintains a built-in table
  213. ; of settings for many popular sound cards.  Settings in this section take 
  214. ; precedence over Director's built-in settings.
  215. ;MixBufferMs=200
  216. ;MixBufferCount=4
  217. ;MixBufferBytes=0
  218. ;MixServiceMode=0
  219. ;MixIntPeriodMs=200
  220. ;MixIntResolutionMs=50
  221.  
  222.  
  223. ;[High <SoundCardName>]
  224. ; Settings in this section apply when the target output format is
  225. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  226. ; output format depends on the capabilities of the sound card, as well
  227. ; as the setting of MixMaxFidelity.  You can have any number of these 
  228. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  229. ; with the actual name of the sound card you want to set defaults for.  
  230. ; To find the name of your card, launch the Sound Mapper application, 
  231. ; and look in the Playback field.  Director maintains a built-in table
  232. ; of settings for many popular sound cards.  Settings in this section take 
  233. ; precedence over Director's built-in settings.
  234. ;MixBufferMs=200
  235. ;MixBufferBytes=0
  236. ;MixBufferCount=4
  237. ;MixServiceMode=0
  238. ;MixIntPeriodMs=200
  239. ;MixIntResolutionMs=50
  240.  
  241.  
  242.  
  243. ; Sound Override Settings ----------------------------------------------
  244.  
  245. [Low Mono Override]
  246. ; Settings in the [Low Mono Override] apply when the target ouput format
  247. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  248. ; of the sound card, as well as the setting of MixMaxFidelity.
  249. ; These settings will override Director's internal settings, any defaults
  250. ; specified in the Default Sound sections, as well as settings for specific 
  251. ; cards.  Change these settings only if you want to force Director to use
  252. ; certain values regardless of the sound card installed in the computer.
  253. ; It is not recommended that you modify these settings for movies which
  254. ; you are going to distribute, as they will override Director's internal
  255. ; settings which are already optimized for various sound cards.
  256. ;MixBufferMs=200
  257. ;MixBufferBytes=0
  258. ;MixBufferCount=4
  259. ;MixServiceMode=0
  260. ;MixIntPeriodMs=200
  261. ;MixIntResolutionMs=50
  262.  
  263. [Low Override]
  264. ; Settings in the [Low Override] apply when the target ouput format
  265. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  266. ; of the sound card, as well as the setting of MixMaxFidelity.
  267. ; These settings will override Director's internal settings, any defaults
  268. ; specified in the Default Sound sections, as well as settings for specific 
  269. ; cards.  Change these settings only if you want to force Director to use
  270. ; certain values regardless of the sound card installed in the computer.
  271. ; It is not recommended that you modify these settings for movies which
  272. ; you are going to distribute, as they will override Director's internal
  273. ; settings which are already optimized for various sound cards.
  274. ;MixBufferMs=200
  275. ;MixBufferBytes=0
  276. ;MixBufferCount=4
  277. ;MixServiceMode=0
  278. ;MixIntPeriodMs=200
  279. ;MixIntResolutionMs=50
  280.  
  281.  
  282. [High Override]
  283. ; Settings in the [High Override] apply when the target ouput format
  284. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  285. ; of the sound card, as well as the setting of MixMaxFidelity.
  286. ; These settings will override Director's internal settings, any defaults
  287. ; specified in the Default Sound sections, as well as settings for specific 
  288. ; cards.  Change these settings only if you want to force Director to use
  289. ; certain values regardless of the sound card installed in the computer.
  290. ; It is not recommended that you modify these settings for movies which
  291. ; you are going to distribute, as they will override Director's internal
  292. ; settings which are already optimized for various sound cards.
  293. ;MixBufferMs=200
  294. ;MixBufferBytes=0
  295. ;MixBufferCount=4
  296. ;MixServiceMode=0
  297. ;MixIntPeriodMs=200
  298. ;MixIntResolutionMs=50
  299.  
  300.